Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Downgrade missing metadata file to <check_failure> when validation model output files. (#138) #144

Merged
merged 2 commits into from
Oct 30, 2024

Conversation

annakrystalli
Copy link
Member

Downgrade missing metadata file when checking model output submission to <check_failure> and remove early return.

Resolves #138

… to check failure and remove early return. Resolves #138
Copy link

github-actions bot commented Oct 30, 2024

Copy link
Member

@zkamvar zkamvar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

There is one caveat that if there are any custom metadata checks that require the metadata file, they will result in an exec_error and stop the validation process, but that's not a big issue since the check_failure will be there to indicate that the file does not exist.

@annakrystalli annakrystalli merged commit b40c5bd into main Oct 30, 2024
8 checks passed
@annakrystalli annakrystalli deleted the ak/downgrade-missing-metdata-severity/138 branch October 30, 2024 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

validating output files without an accompanying metadata file
3 participants